From: ThomasKaiser Date: Mon, 18 Jul 2022 10:56:44 +0000 (+0200) Subject: [PATCH 21/24] Remove closing braces in Apple cores names X-Git-Tag: archive/raspbian/2.40.2-8+rpi1~1^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2~9 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22file:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22file:/?a=commitdiff_plain;h=fd0728ef3643c7403efb431e89ab412f4b8f6441;p=util-linux.git [PATCH 21/24] Remove closing braces in Apple cores names Gbp-Pq: Topic upstream Gbp-Pq: Name 0021-Remove-closing-braces-in-Apple-cores-names.patch --- diff --git a/sys-utils/lscpu-arm.c b/sys-utils/lscpu-arm.c index 8b70669..ac3703e 100644 --- a/sys-utils/lscpu-arm.c +++ b/sys-utils/lscpu-arm.c @@ -159,14 +159,14 @@ static const struct id_part marvell_part[] = { }; static const struct id_part apple_part[] = { - { 0x020, "Icestorm-A14)" }, - { 0x021, "Firestorm-A14)" }, - { 0x022, "Icestorm-M1)" }, - { 0x023, "Firestorm-M1)" }, - { 0x024, "Icestorm-M1-Pro)" }, - { 0x025, "Firestorm-M1-Pro)" }, - { 0x028, "Icestorm-M1-Max)" }, - { 0x029, "Firestorm-M1-Max)" }, + { 0x020, "Icestorm-A14" }, + { 0x021, "Firestorm-A14" }, + { 0x022, "Icestorm-M1" }, + { 0x023, "Firestorm-M1" }, + { 0x024, "Icestorm-M1-Pro" }, + { 0x025, "Firestorm-M1-Pro" }, + { 0x028, "Icestorm-M1-Max" }, + { 0x029, "Firestorm-M1-Max" }, { 0x030, "Blizzard-A15" }, { 0x031, "Avalanche-A15" }, { 0x032, "Blizzard-M2" },